home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / gl_dev.idb / usr / include / gl / qcontrol.h.z / qcontrol.h
Encoding:
C/C++ Source or Header  |  1996-03-15  |  1.1 KB  |  38 lines

  1. /*
  2.  * qcontrol.h --
  3.  *
  4.  *     Definitions for qcontrol(3G)
  5.  *
  6.  *
  7.  * Copyright 1990, Silicon Graphics, Inc. 
  8.  * All Rights Reserved.
  9.  *
  10.  * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  11.  * the contents of this file may not be disclosed to third parties, copied or 
  12.  * duplicated in any form, in whole or in part, without the prior written 
  13.  * permission of Silicon Graphics, Inc.
  14.  *
  15.  * RESTRICTED RIGHTS LEGEND:
  16.  * Use, duplication or disclosure by the Government is subject to restrictions 
  17.  * as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  18.  * and Computer Software clause at DFARS 252.227-7013, and/or in similar or 
  19.  * successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished - 
  20.  * rights reserved under the Copyright Laws of the United States.
  21.  */
  22. #ifndef __qcontrol_H__
  23. #define __qcontrol_H__
  24.  
  25. #ident "$Revision: 1.4 $"
  26.  
  27. /* GL Queue size in pairs of (dev,val) */
  28. #define GL_MAXQ        600
  29.  
  30. #define QC_GETKEYWARP    21
  31. #define QC_SETKEYWARP    22
  32. #define QC_GETMOUSEWARP    31
  33. #define QC_SETMOUSEWARP    32
  34. #define QC_GETDIALWARP    41
  35. #define QC_SETDIALWARP    42
  36.  
  37. #endif /* !__qcontrol_H__ */
  38.